home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak8.pk3 / default.cfg
Encoding:
Text File  |  2003-02-25  |  1.9 KB  |  103 lines

  1. unbindall
  2.  
  3. //
  4. // Movement Keys
  5. //
  6. //bind UPARROW "+forward"
  7. bind w "+forward"
  8. //bind DOWNARROW "+back"
  9. bind s "+back"
  10. bind a "+moveleft"
  11. //bind LEFTARROW "+moveleft"
  12. bind d "+moveright"
  13. //bind RIGHTARROW "+moveright"
  14. bind SPACE "+moveup"
  15. bind x "+movedown"
  16. bind CAPSLOCK "+speed"
  17. //bind LCTRL "+movedown"
  18. //bind LSHIFT "+speed"
  19. //bind z "toggle cl_run"
  20. bind c "+leanright"
  21. bind z "+leanleft"
  22.  
  23. //
  24. // View Keys for keyboard players
  25. //
  26. //bind DEL "+lookdown"
  27. //bind PGDN "+lookup"
  28. //bind END "centerview"
  29. //bind LEFTARROW "+left"
  30. //bind RIGHTARROW "+right"
  31.  
  32.  
  33. //
  34. // Combat Keys
  35. //
  36. bind MOUSE1 "+attackprimary"
  37. bind OPT "+attacksecondary"
  38. bind MOUSE2 "+attacksecondary"
  39. bind r "reload"
  40. bind q "holster"
  41. bind h "weapdrop"
  42. //bind RCTRL "+attackprimary"
  43. //bind RSHIFT "+attacksecondary"
  44.  
  45. //
  46. // Weapon Selection Keys
  47. //
  48. bind MWHEELUP "weapnext"
  49. bind MWHEELDOWN "weapprev"
  50. //bind w "uselast"
  51.  
  52. bind 1 "useweaponclass pistol"
  53. bind 2 "useweaponclass rifle"
  54. bind 3 "useweaponclass smg"
  55. bind 4 "useweaponclass mg"
  56. bind 5 "useweaponclass grenade"
  57. bind 6 "useweaponclass heavy"
  58.  
  59. //
  60. // Item Selection & Use Keys
  61. //
  62. //bind [ "invprev"
  63. //bind ] "invnext"
  64. bind 7 "toggleitem"
  65. //bind MOUSE3 "toggleitem"
  66. //bind 8 "useweaponclass item2"
  67. //bind 9 "useweaponclass item3"
  68. //bind 0 "useweaponclass item4"
  69. bind e "+use"
  70.  
  71. //
  72. // Interface Keys
  73. //
  74. bind PAUSE "pause"
  75. bind ESCAPE "togglemenu"
  76. bind ` "toggleconsole"
  77. //bind * "quit"
  78. bind TAB +scores
  79.  
  80. //
  81. // Function Keys
  82. //
  83. bind F1 "vote y"
  84. bind F2 "vote n"
  85. bind F3 "pushmenu Controls"
  86. bind F4 "pushmenu_sp LoadSave"
  87. bind F5 "savegame quick"
  88. bind F6 "messagemode"
  89. //bind F7
  90. //bind F8
  91. bind F9  "loadgame quick"
  92. //bind F10
  93. //bind F11
  94. bind F12 "screenshot"
  95.  
  96. //
  97. // DM Commands
  98. //
  99. bind u "pushmenu_teamselect"
  100. bind p "pushmenu_weaponselect"
  101. bind t "sayteam"
  102. bind y "say"
  103. bind v "instamsg_main"